home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 2 / ETO Development Tools 2.iso / Essentials / MacApp Documentation / MacApp AppleLink Messages / MacApp.Tech$ May 89 / U0050-Re MacApp and MPW3.-May89 < prev    next >
Encoding:
Text File  |  1989-06-26  |  807 b   |  23 lines  |  [TEXT/GEOL]

  1. Item    3927511                         23-May-89        12:55
  2.  
  3. From:   PASCOE1                         Pascoe, Geoff
  4.  
  5. To:     AED0266                         Computer Pros Wayne
  6.  
  7. cc:     MACAPP.TECH$                    MACAPP Tech
  8.  
  9. Sub:    Re to MacApp and MPW3.0
  10.  
  11. Mehboob,
  12.  
  13. The problem you encounter results from the Pascal MPW 3.0 compiler properly
  14. interpreting IdentifyPoint as a function rather than a variable identifier.
  15. That is, the compiler interprets the reference to IdentifyPoint as a function
  16. call rather than a reference to a variable that holds the result of the
  17. function.  To fix this, assign the result to a temporary variable, do the
  18. comparison with the variable, and be sure you assign the variable to the
  19. function identifier before leaving the function OR wait for b9 :)
  20.  
  21. Geoff
  22.  
  23.